home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / REGISTRY / RegFix 0.90 / RegF.exe / 0 / RCDATA / TFORMCHSTREE / TFORMCHSTREE.txt
Text File  |  1999-02-23  |  798b  |  44 lines

  1. object FormChsTree: TFormChsTree
  2.   Left = 200
  3.   Top = 108
  4.   Width = 333
  5.   Height = 131
  6.   Caption = 'Choose viewed tree'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ComboChsTree: TComboBox
  16.     Left = 24
  17.     Top = 32
  18.     Width = 273
  19.     Height = 21
  20.     ItemHeight = 13
  21.     TabOrder = 0
  22.   end
  23.   object Button1: TButton
  24.     Left = 64
  25.     Top = 64
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'Ok'
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 176
  35.     Top = 64
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.     OnClick = Button2Click
  42.   end
  43. end
  44.